home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Puzzle / ballbounce.swf / scripts / DefineButton2_198 / BUTTONCONDACTION on(release, keyPress Enter).as
Text File  |  2006-05-23  |  233b  |  9 lines

  1. on(release, keyPress "<Enter>"){
  2.    _root.tottimscore += Number(_root.timscore);
  3.    _root.timscore = "400";
  4.    _root.timscore2 = 400;
  5.    _root.currlevel = Number(_root.currlevel) + 1;
  6.    stopAllSounds();
  7.    gotoAndStop(4);
  8. }
  9.